home *** CD-ROM | disk | FTP | other *** search
- --- ./Imakefile.rtr Fri May 13 10:49:43 1994
- +++ ./Imakefile Wed Aug 31 07:54:23 1994
- @@ -1,3 +1,4 @@
- + LIBDIR = <installsharedir>/<prefix>lib/X11
- XGOPHERDIR = $(LIBDIR)/xgopher
-
- /* You may add -O to the next line if you'd like. There will
- @@ -13,11 +16,10 @@
- ** two lines if you have trouble connecting to other hosts. **
- ** In other words, maybe use: EXTRA_LIBRARIES = -lresolv -lm **
- *************************************************************************/
- -/*
- - MKDIRHIER = BourneShell $(BINDIR)/mkdirhier
- - EXTRA_LIBRARIES = -lm
- + MKDIRHIER = mkdirhier
- + INSTALL = bsdinst
- + EXTRA_LIBRARIES = -lsocket -lnsl -lresolv -lm
- XMULIB = -lm -Bstatic -lXmu -Bdynamic
- -*/
-
- /*************************************************************************
- ** for compiling Xgopher under Solaris 2.1, you may need to add **
- @@ -25,9 +27,7 @@
- ** your Imake configuration files already (it won't hurt to **
- ** include them a second time). **
- *************************************************************************/
- -/*
- LOCAL_DEFINES = -DSYSV -DSVR4
- -*/
-
- /*************************************************************************
- ** The following symbols are defined by Imake and used by the program: **
- @@ -54,7 +54,7 @@
- DEFINES = $(RESOURCE_DEFINES) $(LOCAL_DEFINES)
-
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- -LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
- +LOCAL_LIBRARIES = -L/usr/openwin/lib $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
- SRCS = xgopher.c item.c itemList.c dir.c dirList.c markList.c \
- util.c misc.c net.c \
- gui.c resources.c help.c status.c jobs.c \
-